home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / script / meta < prev    next >
Encoding:
Text File  |  2002-10-28  |  366 b   |  19 lines

  1. #$EPIC: meta,v 1.2 2002/08/12 16:59:49 jnelson Exp $
  2. /*
  3.     Meta script... binds <F1> to <F5>
  4.  
  5.     function characters do ^[[1x~
  6.     where x is the function key
  7. */
  8.  
  9. bind ^[[11~ type f1
  10. bind ^[[12~ type f2
  11. bind ^[[13~ type f3
  12. bind ^[[14~ type f4
  13. bind ^[[15~ type f5
  14.  
  15. bind ^[OP switch_channels
  16. bind ^[OQ clear_screen
  17. bind ^[OR type msg santabot
  18. bind ^[OS parse_command leave *
  19.